Xbasic
helper::GoogleSheetFixupAutoIncrements Method
Syntax
FixupAutoIncrements as C(tablename as C,incrementColumn as N)
Arguments
- tablenameCharacter
- incrementColumnNumeric
Returns
- resultCharacter
Description
The FixupAutoIncrements method adjusts the auto-increment values for a specified column in a Google Sheet table.
Discussion
This method ensures that auto-incrementing columns maintain their proper sequence within the Google Sheet.
Example